gdk: Remove another gdk_window_new_input reference
authorTimm Bäder <mail@baedert.org>
Tue, 15 Aug 2017 13:00:49 +0000 (15:00 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 15 Aug 2017 13:00:49 +0000 (15:00 +0200)
The most obvious one.

gdk/gdkwindow.h

index c16a731f062c396bcc3347ba6bdce2d25e0c2ab3..261762f0fa98181fe33bad62e57fd8121b4aafa6 100644 (file)
@@ -413,11 +413,6 @@ GDK_AVAILABLE_IN_3_90
 GdkWindow *   gdk_window_new_child             (GdkWindow     *parent,
                                                 gint           event_mask,
                                                 const GdkRectangle *position);
-GDK_AVAILABLE_IN_3_90
-GdkWindow *   gdk_window_new_input             (GdkWindow     *parent,
-                                                gint           event_mask,
-                                                const GdkRectangle *position);
-
 
 GDK_AVAILABLE_IN_ALL
 void          gdk_window_destroy               (GdkWindow     *window);